Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.user.relationship.theme

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.relationship.theme">

  <!-- mapping between theme pages and resources -->
  <extension target="org.nuxeo.theme.styling.service" point="pages">

    <themePage name="*">
      <styles append="true">
        <style>user_relationship</style>
      </styles>
    </themePage>

  </extension>

  <!-- CSS path declaration -->
  <extension target="org.nuxeo.theme.styling.service" point="styles">

    <style name="user_relationship">
      <src>themes/css/user_relationship.css</src>
    </style>

  </extension>

</component>